home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if %1.==. goto USAGE
- echo Searching for directory "%1" to make it the current directory...
- ffg /qm /g %1\ %2 %3 %4 %5 %6 %7 %8 %9
- if errorlevel 0 if not errorlevel 1 echo Could not find "%1".
- goto END
- :USAGE
- echo USAGE:
- echo.
- echo %0 [d:][NameMask]
- echo.
- echo Do not use a terminating backslash.
- :END
-